home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- #ifndef Monster4H
- #define Monster4H
- //---------------------------------------------------------------------------
- #include <vcl\Classes.hpp>
- #include <vcl\Controls.hpp>
- #include <vcl\StdCtrls.hpp>
- #include <vcl\Forms.hpp>
- #include <vcl\ExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-verwaltete Komponenten
- TButton *Button1;
- TGroupBox *GroupBox2;
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- TGroupBox *GroupBox1;
- TImage *Image1;
- void __fastcall FormCreate(TObject *Sender);
-
- void __fastcall Button1Click(TObject *Sender);
-
-
- private: // Benutzer-Deklarationen
- public: // Benutzer-Deklarationen
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-